home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / MapMaker / Source / constants.h < prev    next >
Text File  |  1990-12-04  |  485b  |  22 lines

  1. #define PI 3.14159
  2. #define ITop ((PI*(7.5/9.0))/2.0)  /* 75 deg. */
  3. #define IBottom (-((PI*(7.5/9.0)))/2.0) /* - 75 deg. */
  4. #define ILeft (-(PI))
  5. #define IRight (PI)
  6.  
  7. #define OTop ((PI*(8.0/9.0))/2.0)  /* 80 deg. */
  8. #define OBottom (-((PI*(8.0/9.0)))/2.0) /* - 80 deg. */
  9. #define OLeft (-(PI))
  10. #define ORight (PI)
  11.  
  12. #define MAXFRAMES 72
  13. #define FORWARD -1
  14. #define STOPPED 0
  15. #define BACKWARD 1
  16.  
  17. #define MAXROT 180.0
  18. #define MINROT 5.0
  19.  
  20. #define round(_____GXVRMB) floor(_____GXVRMB+0.5)
  21.  
  22.